home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 February
/
EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso
/
enigma
/
earcd
/
editor
/
editor2
/
textengn.lha
/
Textengine
/
TEM
/
box.tes
< prev
next >
Wrap
Text File
|
1996-12-23
|
411b
|
29 lines
/* $VER: box.tes 1.0 (7.10.96) */
/* start */
options results
parse arg n x y
signal on syntax
myhost=n||" '"||x||"'"
interpret myhost
/* main */
'GOTO BYTE=1'
'REPLACE STRING="<BOX>" BY="<PREPROCESSEDbox>" NEXT WILD=FALSE'
'GOTO LINE 2 COLUMN 1'
'QUERY LEN VAR VARX'
if VARX<45 then do
'TEXT T="<T>"'
'SMARTCR'
end
/* end */
exit 0
syntax:
say "Sorry, error line" SIGL ":" errortext(RC) ":-("
exit 20